home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / smashing.swf / scripts / DefineButton2_312 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-12  |  155b  |  7 lines

  1. on(release){
  2.    _parent.readyToShootBall = false;
  3.    messagePath.play();
  4.    goingTo = new String("level" + (_parent.currentLevel + 1));
  5.    play();
  6. }
  7.